Skip to content

TLS/SSL Hardening#725

Open
Kamalgurna wants to merge 2 commits into
mainfrom
TLS-SSL-Hardening-Solution
Open

TLS/SSL Hardening#725
Kamalgurna wants to merge 2 commits into
mainfrom
TLS-SSL-Hardening-Solution

Conversation

@Kamalgurna

Copy link
Copy Markdown
Contributor
  • Updated Validate TLS SSL Hardening to validate that TLS 1.2 and TLS 1.3 are enabled when supported by the operating system. The script now updates the cpvalTlsSslHardeningRequired custom field if any insecure protocol is enabled, any weak cipher suite is present, or if TLS 1.2 and/or TLS 1.3 are not enabled when supported.
  • Updated Enforce TLS SSL Hardening for below :
  • Updated the script to configure .NET Framework strong cryptography settings, helping maintain application compatibility when legacy protocols are disabled and modern TLS versions are enforced.
  • Added a Force Reboot parameter that can immediately restart the machine after hardening so the TLS/SSL changes are fully applied.
  • Added an option for reboot prompts through the cPVAL Enable Reboot Prompts custom field. When enabled, the script sets cPVAL Pending Reboot to trigger user notifications. This feature requires the Reboot Pending Prompt solution to be enabled in the environment. -updated TLS Enabled List Audit to include SSL 3.0 as well.

- Updated Validate TLS SSL Hardening  to validate that TLS 1.2 and TLS 1.3 are enabled when supported by the operating system. The script now updates the `cpvalTlsSslHardeningRequired` custom field if any insecure protocol is enabled, any weak cipher suite is present, or if TLS 1.2 and/or TLS 1.3 are not enabled when supported.
- Updated Enforce TLS  SSL Hardening for below :
- Updated the script to configure .NET Framework strong cryptography settings, helping maintain application compatibility when legacy protocols are disabled and modern TLS versions are enforced.
- Added a Force Reboot parameter that can immediately restart the machine after hardening so the TLS/SSL changes are fully applied.
- Added an option for reboot prompts through the `cPVAL Enable Reboot Prompts` custom field. When enabled, the script sets `cPVAL Pending Reboot` to trigger user notifications. This feature requires the `Reboot Pending Prompt` solution to be enabled in the environment.
-updated `TLS Enabled List Audit` to include SSL 3.0 as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant